home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / sharewar / photo / Setup.exe / {app} / PhotoMeister.exe / 0 / RCDATA / TUNDUMP / TUNDUMP.txt
Encoding:
Text File  |  2002-06-17  |  2.3 KB  |  117 lines

  1. object undump: Tundump
  2.   Left = 360
  3.   Top = 202
  4.   Width = 600
  5.   Height = 400
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Restore Dumped Photos'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 124
  27.     Height = 13
  28.     Caption = 'No dumped images found.'
  29.   end
  30.   object thumbgrid: TDrawGrid
  31.     Left = 0
  32.     Top = 41
  33.     Width = 592
  34.     Height = 295
  35.     Align = alClient
  36.     BorderStyle = bsNone
  37.     Color = clBtnFace
  38.     DefaultColWidth = 100
  39.     DefaultRowHeight = 100
  40.     DefaultDrawing = False
  41.     FixedCols = 0
  42.     FixedRows = 0
  43.     Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect]
  44.     ScrollBars = ssVertical
  45.     TabOrder = 0
  46.     OnDrawCell = thumbgridDrawCell
  47.   end
  48.   object Panel2: TPanel
  49.     Left = 0
  50.     Top = 0
  51.     Width = 592
  52.     Height = 41
  53.     Align = alTop
  54.     BevelOuter = bvNone
  55.     BorderWidth = 4
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 4
  59.       Top = 4
  60.       Width = 584
  61.       Height = 33
  62.       Align = alClient
  63.       AutoSize = False
  64.       Caption = 'Select the photo you want to restore and click OK.'
  65.       WordWrap = True
  66.     end
  67.   end
  68.   object Panel1: TResizePanel
  69.     Left = 0
  70.     Top = 336
  71.     Width = 592
  72.     Height = 37
  73.     Align = alBottom
  74.     BevelOuter = bvNone
  75.     TabOrder = 2
  76.     OnResize = Panel1dResize
  77.     object Buttonok: TButton
  78.       Left = 448
  79.       Top = 8
  80.       Width = 100
  81.       Height = 25
  82.       Caption = 'OK'
  83.       ModalResult = 1
  84.       TabOrder = 0
  85.     end
  86.     object buttoncancel: TButton
  87.       Left = 492
  88.       Top = 8
  89.       Width = 100
  90.       Height = 25
  91.       Cancel = True
  92.       Caption = 'Cancel'
  93.       ModalResult = 2
  94.       TabOrder = 1
  95.     end
  96.     object RxSplitter1: TRxSplitter
  97.       Left = 0
  98.       Top = 0
  99.       Width = 592
  100.       Height = 3
  101.       Align = alTop
  102.       BevelInner = bvLowered
  103.       BevelOuter = bvNone
  104.       Enabled = False
  105.     end
  106.     object buttonall: TButton
  107.       Left = 320
  108.       Top = 8
  109.       Width = 100
  110.       Height = 25
  111.       Caption = 'Restore All'
  112.       TabOrder = 3
  113.       OnClick = buttonallClick
  114.     end
  115.   end
  116. end
  117.